home *** CD-ROM | disk | FTP | other *** search
/ Wildcat Gold - The Optical BBS / Wildcat Gold - The Optical BBS (The Golden ROM Series)(Volume 4 Number 1)(The Digital Publishing Company)(1992).ISO / sdn / dc_25c.sdn / DEMO2.MAC < prev    next >
Text File  |  1990-04-14  |  2KB  |  64 lines

  1. ; DEMO2.MAC, Macro demo for DANCAD3D v2.5B release version
  2.  
  3. ; Copyright (c) 1987-1990, Daniel H. Hudgins, All rights reserved.
  4. ; Other macro files come with the registered user outfit.
  5. ; Write to: DANCAD3D, 466 Diamond St., San Francisco, CA 94114, USA.
  6.  
  7. ; Begin set up
  8.  
  9. INIT               ; clear DANCAD3D's workspace
  10. WORLD 240          ; set world scale to inches
  11.  
  12. ; End Set up
  13.  
  14. RUN DEMO2B.SUB    ; Intro message.
  15.  
  16. RUN DEMO2C.SUB    ; Make Gears.
  17.  
  18. RUN DEMO2D.SUB    ; Text for first part of this demo.
  19.  
  20. RUN DEMO2E.SUB    ; Active part of first demo.
  21.  
  22. RUN DEMO2F.SUB    ; Text for second part of this demo.
  23.  
  24. RUN DEMO2G.SUB    ; Active part of second part of this demo.
  25.  
  26. RUN DEMO2H.SUB    ; Text for third part of this demo.
  27.  
  28. RUN DEMO2I.SUB    ; Active part of third part of this demo.
  29.  
  30. ; Start Final words
  31.  
  32. TEXT
  33.  
  34. ECHO ┌─────────────────────────────────────────────────────────────────────────────┐
  35. ECHO │         DEMO2.MAC DEMONSTRATION MACRO FOR DANCAD3D v2.5x OR LATER.          │
  36. ECHO └─────────────────────────────────────────────────────────────────────────────┘
  37. LOCATE 1 5
  38. ECHO     Well that's all for this demo.  The gears are still in the workspace so you
  39. ECHO can work with them if you wish.  Press [Return] to exit to the main  menu  then
  40. ECHO press  [D]  to  go  into  the  drawing editor.  Press [Return] when asked which
  41. ECHO elements to display, then pick the [F]ront view to display.  Press [D] to enter
  42. ECHO the drawing sub-menu then press the [+] key to zoom in.  Move the  zoom  border
  43. ECHO around  with your mouse-trackball or cursor keys,  then press the [*/PrtSc] key
  44. ECHO to redraw the screen.  Play with the zoom for a while by using [+] to  zoom  in
  45. ECHO and  [-]  or  [S]cale  to zoom out.  If you want to make your own drawing press
  46. ECHO [Return] back to the drawing root menu then press [I] (initialize) to clear the
  47. ECHO workspace.  Press [T] (tutor) and read the explanation of how to draw lines.
  48. LOCATE 5 25
  49. ECHO Press [Return] to return to DANCAD3D's Main Menu. %%
  50.  
  51. WAIT
  52.  
  53. ; End Final Words
  54.  
  55. ; End DEMO2.MAC
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.